home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6269 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Help wanted using LoadView()
  5. Date: 25 Mar 1996 19:53:01 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4j6tit$i7v@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4i01mn$r3g@sunsystem5.informatik.tu-muenchen.de> <Do3nH1.zv@cix.compulink.co.uk>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle5.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <Do3nH1.zv@cix.compulink.co.uk>, jralph@cix.compulink.co.uk ("Jolyon Ralph") writes:
  15. |> X-News-Software: Ameol32
  16. |> Lines: 8
  17. |> 
  18. |> > : If not, then, erm... ScreenToFront()? (don't laugh, it works :-)
  19. |> > 
  20. |> > screentofront is slow.
  21. |> 
  22. |> I know ;-) But it's easier than trying to explain how to do OS-legal 
  23. |> double-buffering in pre-3.0 systems...
  24. |> 
  25. |> Jolyon
  26. true. but pre-3.0 systems (i.e ECS) tend to have less cpu power.
  27. And my A1200 is also to slow for screentofront().
  28.  
  29. I'd try someting like:
  30.  
  31. if (intuibase->firstscreen /* top visible screen */ == mydummyscreen)
  32.    do_loadview();
  33.  
  34. So Amiga-M will still make it possible for user to switch
  35. screen even if you use laodview.
  36.  
  37. ------------------------------------------------------------------------
  38.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  39.  
  40.